os.file.name (field)
10 uses
os (current package)
dir_unix.go#L89: return names, dirents, infos, &PathError{Op: "readdirent", Path: f.name, Err: errno}
file.go#L63: func (f *File) Name() string { return f.name }
file.go#L158: return 0, &PathError{Op: "readat", Path: f.name, Err: errors.New("negative offset")}
file.go#L248: return 0, &PathError{Op: "writeat", Path: f.name, Err: errors.New("negative offset")}
file.go#L475: return &PathError{Op: op, Path: f.name, Err: err}
file_unix.go#L61: name string
file_unix.go#L151: name: name,
file_unix.go#L319: err = &PathError{Op: "close", Path: file.name, Err: e}
file_unix.go#L471: parent: parent.name,
stat_unix.go#L24: fillFileStatFromSys(&fs, f.name)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |